max length | sentence |
---|---|
7 | آمدهاند استفاده شدهاست. |
7 | انیشتین استفاده میکنیم. |
7 | مایکروویو استفاده میشوند. |
7 | گوناگون ردهبندی شدهاند. |
7 | گوناگون طبقهبندی شدهاند. |
7 | بالاتری برخوردار بودهاند. |
6 | Allonautilus scrobiculatus مشاهده میشود. |
6 | آزمایشگاهی استفاده میشود. |
6 | اسطوره هلندی، مقایسه میشود. |
6 | «السنجاب» نامیده میشود. |
6 | باکس-جنکینز استفاده میشود. |
6 | بهبهان استفاده میشود. |
6 | بهطور جداگانه برگزار میشود. |
6 | پیامبر اسلام، شناخته میشود. |
6 | پیچیده، استفاده میشود. |
6 | توروکاتسوئو نامیده میشود. |
6 | حرفهای شناخته میشود. |
6 | خریداری میشوند استفاده میشود. |
6 | دوردست استفاده میشود. |
6 | شناخته میشود http://dictionary. |
6 | شناخته میشود (الکترومغناطیس بازبینیشده). |
6 | شناخته میشود) میپرداخت. |
6 | فرزندان استفاده میشود. |
6 | میانشان برقرار میشود. |
6 | میباشند استفاده میشود. |
6 | مخالفت میکند شناخته میشود. |
6 | میشود استفاده میکنند. |
6 | مغولستان استفاده میشود. |
6 | منحصربهفرد شناخته میشود. |
6 | مولکولها استفاده میشود. |
In this subsection, we order the sentences by the length of the shortest word an look for the sentences with the largest values. As explained in subsection 4.5.2.3, we expect to find non-typical sentences.
select min(char_length(word)) as a, s.sentence from sentences s, inv_w i, words w where s.s_id=i.s_id and i.w_id=w.w_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by a desc limit 30;
4.5.2.1 Maximum word rank in sentence
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.5 Sentences consisting of short words only I
4.5.2.6 Sentences consisting of short words only II
4.5.2.8 Sentences consisting of long words only II